SixBit API Schema
CostType Simple Type
Description
The cost of an item.
Namespace (none)
Type
Restriction of xs:decimal
Diagram
CostType Simple Type
Overview
CostType Restriction of xs:decimal
The cost of an item.
Source
<xs:simpleType name="CostType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The cost of an item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <!--<xs:fractionDigits value="2" />-->
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.